home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Utilities / iGet2.0.3.dmg / iGet.app / Contents / Resources / iGetHelp / styles.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-01-19  |  1.2 KB  |  57 lines

  1. body {
  2.   font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  3.   font-size:small;
  4. }
  5.  
  6. td {
  7.   font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  8.   font-size:small;
  9. }
  10.  
  11. th {
  12.   font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  13.   font-size:small;
  14. }
  15.  
  16. .location { color: gray; font-size: xx-small }
  17. .copyright_notice { color: gray; font-size: xx-small }
  18.  
  19. .image_caption {
  20.     font-size: smaller;
  21.     font-weight: bold;
  22. }
  23. .command_name {
  24.     font-family: "Lucida Grande";
  25.     font-weight: bold;
  26. }
  27.  
  28. .small { font-size: x-small }
  29. .smallest { font-size: xx-small }
  30.  
  31.  
  32. .navbar  { font-size: xx-small; padding-bottom: 2px; border-bottom: 1px solid #aaa }
  33. .navbar_lower  { color: #666; font-size: xx-small;text-align: right }
  34.  
  35.  
  36. .sidebar_box
  37.  { color: #000000; font-size: 10px; font-family: "Lucida Grande", Sans-serif; background-color: #f0edd9; margin-top: 24px; padding: 2px 8px; border: solid 1px #aaaaaa }
  38.  
  39. .sidebar_mason {
  40.     margin-top: 24px;
  41.     padding: 2px 8px;
  42.     border-style: solid;
  43.     border-width: 1px 1px 1px 1px;
  44.     border-color: #aaaaaa;
  45.     color: #000000;
  46. }
  47.  
  48. .caption
  49. {
  50.     font-family: "Lucida Grande", Sans-serif;
  51.     font-size: 10px;
  52.     color: #000000;
  53. }
  54.  
  55. a:link  { text-decoration: none }
  56. a:visited  { text-decoration: none }
  57.